Bittu Kumar

Results 3 issues of Bittu Kumar

Use RustPython/assets space to store logo.png and display the logo faster.

### Description / Steps to reproduce the issue mingw64/mingw-w64-x86_64-julia 1.4.1-3 [installed] High-level, high-performance, dynamic programming language for technical computing (mingw-w64) After installing and running the above pkg it is showing...

bug

Added testcase for serializing nested struct. ```rust #[test] fn test_nested_struct() { #[derive(Serialize)] struct Foo { name: String, bar: Bar, } #[derive(Serialize)] struct Bar { name: String, } test_ser( Foo {...