Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.
/ rust-identifiers Public archive

Rust library for handling & extracting scholarly identifiers from text.

License

Notifications You must be signed in to change notification settings

altmetric/rust-identifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PROJECT IS DEPRECATED

rust-identifiers is not maintained anymore.

Identifiers Build Status

A work-in-progress Rust library for handling and extracting scholarly identifiers from text.

Current version: Unreleased
Supported Rust versions: 1.14

Usage

use identifiers::Doi;
let dois = Doi::extract("I love 10.1234/foobar and 10.1234/bazquux");

Ruby & PHP versions

We also maintain a version of this library for Ruby and for PHP.

License

Copyright © 2017 Altmetric LLP.

Distributed under the MIT License.

About

Rust library for handling & extracting scholarly identifiers from text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages