This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2025-02-18 03:21:05 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
36b5d063c1
nushell
/
crates
/
nu_plugin_str
/
src
/
main.rs
7 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
Nu plugins now depend on nu-plugin crate.
2019-12-27 14:30:14 +01:00
use
nu_plugin
::
serve_plugin
;
use
nu_plugin_str
::
Str
;
string utils plugin baseline.
2019-07-28 09:01:32 +02:00
fn
main
(
)
{
Nu plugins now depend on nu-plugin crate.
2019-12-27 14:30:14 +01:00
serve_plugin
(
&
mut
Str
::
new
(
)
)
Unit Testing WIP.
2019-07-30 13:41:24 +02:00
}
Reference in New Issue
Copy Permalink