About
grep::cpan
Recent
News
FAQ
Tools
API
Identities
Profile
Favorites
Logout
GitHub
Twitter
Google
Tools
Release Info
Author
Raw code
Permalink
Download
Info
0 lines of code
0 lines of pod
99 bytes
PLICEASE / FFI-Platypus-Lang-Rust-0.15
/
examples
/ add.rs
#![crate_type = "cdylib"] #[no_mangle] pub extern "C" fn add(a: i32, b: i32) -> i32 { a + b }
×
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
g
p
Go to pull requests
g
i
go to github issues (only if github is preferred repository)
POD
g
a
Go to author
g
c
Go to changes
g
i
Go to issues
g
d
Go to dist
g
r
Go to repository/SCM
g
s
Go to source
g
b
Go to file browse
Search terms
module:
(e.g.
module:Plugin
)
distribution:
(e.g.
distribution:Dancer auth
)
author:
(e.g.
author:SONGMU Redis
)
version:
(e.g.
version:1.00
)