mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
doc: Add libgreen and libnative to the index
This commit is contained in:
parent
d323632669
commit
da43832034
@ -25,6 +25,8 @@
|
||||
|
||||
[std](std/index.html)
|
||||
[extra](extra/index.html)
|
||||
[green](green/index.html)
|
||||
[native](native/index.html)
|
||||
|
||||
# Tooling
|
||||
|
||||
|
@ -21,6 +21,9 @@
|
||||
#[license = "MIT/ASL2"];
|
||||
#[crate_type = "rlib"];
|
||||
#[crate_type = "dylib"];
|
||||
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
|
||||
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "http://static.rust-lang.org/doc/master")];
|
||||
|
||||
// NB this does *not* include globs, please keep it that way.
|
||||
#[feature(macro_rules)];
|
||||
|
@ -18,6 +18,9 @@
|
||||
#[license = "MIT/ASL2"];
|
||||
#[crate_type = "rlib"];
|
||||
#[crate_type = "dylib"];
|
||||
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
|
||||
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "http://static.rust-lang.org/doc/master")];
|
||||
|
||||
// NB this crate explicitly does *not* allow glob imports, please seriously
|
||||
// consider whether they're needed before adding that feature here (the
|
||||
|
Loading…
Reference in New Issue
Block a user