docs.rs failed to build arxiv-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
arxiv-1.1.0
arXiv
A Rust library for parsing arXiv categories, identifiers and references.
Install
cargo add arxiv
Usage
Identifiers
use ;
let id = try_from.unwrap;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
Categories
use ;
let category = try_from.unwrap;
assert_eq!;
assert_eq!;
assert_eq!;
Stamps
use ;
let stamp = try_from.unwrap;
assert_eq!;
assert_eq!;
Feature flags
The crate has the following feature flags:
url(default): Enables converting types into URLs where possible, such as converting an article identifier into a URL that leads to its abstract page.
License
Licensed under either of
- Apache License, Version 2.0 (
LICENSE-APACHEor http://www.apache.org/licenses/LICENSE-2.0) - MIT license (
LICENSE-MITor http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.