Hi Laxmi, to compile the project, just use the nightly version of rust and run 'rustc rustic.rs'
To compile and run my sample test file, just : - download the sqlite3.dll from the SQLite web site, i use " http://www.sqlite.org/2014/sqlite-dll-win32-x86-3080500.zip" - compile my sample 'rustc test-db.rs -L.' - and run it 'test-db.exe' everything has been tested from a Windows environment (mingw shell), fell free to test on linux or mac 2014-06-09 16:17 GMT+02:00 Laxmi Narayan NIT DGP <[email protected]>: > hey chris , can you guide me on this project ... i would like to work on > it . > > > > > > * Laxmi Narayan Patel* > > * MCA NIT Durgapur ( Final year)* > > * Mob:- 8345847473 * > > > On Mon, Jun 9, 2014 at 2:27 PM, Christophe Pedretti < > [email protected]> wrote: > >> i have started a small personal project, with for the moment, an only >> (but working) SQLite suport, you can find it here >> mainpage : http://chris-pe.github.io/Rustic/ >> github : https://github.com/chris-pe/Rustic >> documentation : http://www.rust-ci.org/chris-pe/Rustic/doc/rustic/ >> >> An example of how to use my library here >> https://github.com/chris-pe/Rustic/blob/master/test-db.rs >> >> -- >> Christophe >> >> >> 2014-06-08 22:25 GMT+02:00 Kevin Cantu <[email protected]>: >> >> Worth mentioning, too, that the IRC channel is *way* more active at odd >>> hours now than it used to be. :) >>> >>> irc.mozilla.org #rust >>> >>> >>> Kevin >>> >>> >>> On Sun, Jun 8, 2014 at 6:00 AM, Steve Klabnik <[email protected]> >>> wrote: >>> >>>> Like any open source, start throwing some code together and then tell >>>> us all about it! :) >>>> _______________________________________________ >>>> Rust-dev mailing list >>>> [email protected] >>>> https://mail.mozilla.org/listinfo/rust-dev >>>> >>> >>> >>> _______________________________________________ >>> Rust-dev mailing list >>> [email protected] >>> https://mail.mozilla.org/listinfo/rust-dev >>> >>> >> >> _______________________________________________ >> Rust-dev mailing list >> [email protected] >> https://mail.mozilla.org/listinfo/rust-dev >> >> >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
