nu-cmd-extra crate infrastructure in place with the Bits command as the model for adding other commands (#9327)

I wanted to get the infrastructure in place for starters for our
*nu-cmd-extra* crate...

The plan is to put inside here the following commands...

* bits
* bytes
* math

I thought it would be easier to do one at a time as well as get the
nu-cmd-extra crate out there on crates.io
for this upcoming release...

Once this lands the infrastructure will be in place to move over the
other noted commands for now...
And then add other stuff we do NOT want to be in 1.0.
This commit is contained in:
Michael Angerman
2023-06-01 10:46:16 -07:00
committed by GitHub
parent e48b94965b
commit 356e05177c
22 changed files with 190 additions and 20 deletions

View File

@ -32,6 +32,4 @@ trash-support = []
sqlite = []
dataframe = []
static-link-openssl = []
extra = []
wasi = []