Source code

Revision control

Copy as Markdown

Other Tools

[package]
name = "nserror"
version = "0.1.0"
authors = ["Nika Layzell <nika@thelayzells.com>"]
license = "MPL-2.0"
description = "Rust bindings to xpcom nsresult and NS_ERROR_ values"
edition = "2018"
[dependencies]
nsstring = { path = "../nsstring" }
mozbuild = "0.1"