We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdf/pdf/examples/read.rs
Line 35 in 5cf56b7
Here I think the best way of defining this variable is
use pdf::object::MaybeRef; use pdf::font::Font; use std::collections::HashMap; let mut fonts = HashMap<String, MaybeRef<Font>> = HashMap::new();
The text was updated successfully, but these errors were encountered:
It compiles for me, but feel free to make a PR.
Sorry, something went wrong.
No branches or pull requests
pdf/pdf/examples/read.rs
Line 35 in 5cf56b7
Here I think the best way of defining this variable is
The text was updated successfully, but these errors were encountered: